toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android-ktx
/
io.getstream.webrtc.android.ktx
Package-level
declarations
Functions
Functions
create
Session
Description
Link copied to clipboard
inline suspend
fun
createSessionDescription
(
crossinline
call
:
(
SdpObserver
)
->
Unit
)
:
Result
<
SessionDescription
>
suspend
Sdp
Observer
Link copied to clipboard
inline suspend
fun
suspendSdpObserver
(
crossinline
call
:
(
SdpObserver
)
->
Unit
)
:
Result
<
Unit
>
Inherited functions
add
Rtc
Ice
Candidate
Link copied to clipboard
suspend
fun
PeerConnection
.
addRtcIceCandidate
(
iceCandidate
:
IceCandidate
)
:
Result
<
Unit
>
Add a given
IceCandidate
to a
PeerConnection
.
stringify
Link copied to clipboard
fun
IceCandidateErrorEvent
.
stringify
(
)
:
String
fun
MediaStreamTrack
.
stringify
(
)
:
String
fun
SessionDescription
.
stringify
(
)
:
String
fun
JavaAudioDeviceModule.AudioSamples
.
stringify
(
)
:
String