Giter VIP home page Giter VIP logo

Comments (2)

mpalkovi avatar mpalkovi commented on September 25, 2024

Can you share more details about your current usage? There is also an example here https://github.com/webex/webex-android-sdk#examples under step 8 for screensharing. You can also compare this with the Sample App provided here https://developer.webex.com/docs/sdks/android#complete-demo-app

from webex-android-sdk.

dcf82 avatar dcf82 commented on September 25, 2024

Hi, in fact this error is weird, because it happens just with the MediaRenderView for the share component only, so I'm sharing the screen of my iPhone, and see the content on my Android device, so as we know there is no major configuration setup required more than just like done in the sample code in Step 8 as you mentioned, my video configuration looks like this code,

........
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/screenShareContainer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:elevation="8dp"
android:visibility="invisible"
app:layout_constraintRight_toRightOf="@+id/remoteView"
app:layout_constraintTop_toBottomOf="@+id/localView"
tools:visibility="visible">

    <com.ciscowebex.androidsdk.phone.MediaRenderView
        android:id="@+id/screenShare"
        android:layout_width="60dp"
        android:layout_height="80dp"
        android:background="@drawable/border"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

......

So I'm running on SDK version: 2.7.0.9-SNAPSHOT@aar

But yeah, I'm using same sample code you have with minor cosmetic changes.

from webex-android-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.