Code Monkey home page Code Monkey logo

comms-sdk-android-getting-started's People

Contributors

artur-l avatar bsenard avatar codlab avatar dignacio0815 avatar dzfill avatar fabienlavocat avatar garymakinme avatar j12y avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

comms-sdk-android-getting-started's Issues

Sample app crash

When executing this sample app, it crashes with the error:

java.lang.NoSuchMethodError: No static method create(Lorg/webrtc/EglBase$Context;[I)Lorg/webrtc/EglBase; in class Lorg/webrtc/EglBase; or its super classes (declaration of 'org.webrtc.EglBase' appears in /data/app/com.example.myapplication-1/base.apk) at org.webrtc.SafeRenderFrameEglRenderer$2.call(SafeRenderFrameEglRenderer.java:229) at org.webrtc.SafeRenderFrameEglRenderer$2.call(SafeRenderFrameEglRenderer.java:217) at org.webrtc.ThreadUtils$3.run(ThreadUtils.java:173) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.os.HandlerThread.run(HandlerThread.java:61)

How to reproduce:

Steps:

  • IDE: Android Studio 3.6.3
  1. Type user session.
  2. Press login button.
  3. Wait until Toast with success appear.
  4. Type conference name.
  5. Press start button.
  6. Now the app crashes, but if it does not happen, go to step 7.
  7. Press start video button.
  8. The app crashes.

Devices tested:

  • Galaxy J2 Prime Android version: 6.0.1
  • Moto G5 Plus Android version: 8.1.0

OBS:

I followed the steps presented at this link https://www.voxeet.com/documentation/sdk/samples/basic-audio-conference created my own sample app and this error happen to.

My app version gradle

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"

defaultConfig {
    applicationId "br.eti.nucleus.voxeettestsdk"
    minSdkVersion 21
    targetSdkVersion 29
    versionCode 1
    versionName "1.0"

    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}

buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
    }
}

}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

implementation ("com.voxeet.sdk:public-sdk:2.2.0") {
    transitive = true
}

}

Screen Sharing works on Sample App but not when implemented

The entire app works fine when implemented except for the screen sharing. When running the sample app on my device however the screen sharing works, but when I run my implemented version, it sends me the prompt for Screen sharing and once I tap "Start Now" nothing happens. There were no major code edits on my end, mostly cosmetic edits and change of Activity name.

Unable to build with latest SDKs

When attempting to build with voxeet SDK version 2.4.2, or 3.0.0-BETA2010191520, the build fails with:

"Cannot find symbol class MediaStreamType" referring to the line: "import com.voxeet.android.media.MediaStreamType;"

Getting Problem when taking screenshot

When i am trying to take screenshot/snapshot while connecting in room with enabled Video camera, I am only getting black screen
image
.
Can anyone help me on this

Dolby Group Video call

Hey Dev :
I am using this code between 1 to 1 video call which works fine but i want to know how we can handle group video call For example 4 participant wants to make a call between them and all users can see each other videos .
last thing i want to know how many members dolby allow in a group call if sdk supports.

val isLocal = user.id == VoxeetSDK.session().participantId val stream = user.streamsHandler().getFirst(MediaStreamType.Camera) val video: VideoView = if (isLocal) myVideo else otherVideo

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.