开源软件名称(OpenSource Name):shepeliev/webrtc-kmp开源软件地址(OpenSource Url):https://github.com/shepeliev/webrtc-kmp开源编程语言(OpenSource Language):Kotlin 100.0%开源软件介绍(OpenSource Introduction):WebRTC KMPWebRTC Kotlin Multiplatform SDK API implementation map
WebRTC revisionCurrent revision: M100 InstallationRoot build.gradle.kts allprojects {
repositories {
mavenCentral()
}
} Shared module build.gradle.kts kotlin {
ios {
binaries
.filterIsInstance<Framework>()
.forEach {
it.transitiveExport = true
it.export("com.shepeliev:webrtc-kmp:$webRtcKmmVersion")
}
}
sourceSets {
val commonMain by getting {
dependencies {
api("com.shepeliev:webrtc-kmp:$webRtcKmmVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
}
}
}
} UsagePlease reffer to sample. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论