Include WebRTC Android SNAPSHOT versions
mainIf you need to use the latest development snapshots, you must first add the Sonatype Maven snapshots repository to your repositories block, then add the specific SNAPSHOT dependency to your module's build.gradle file.
repositories {
maven(url="https://central.sonatype.com/repository/maven-snapshots/")
}
dependencies {
implementation("io.getstream:stream-webrtc-android:1.3.11-SNAPSHOT")
}