IDyteMediaUtils

I dyte media utils

Needs to be implemented by each platform.

Functions

Link copied to clipboard
abstract fun cleanupScreenshare()
Link copied to clipboard
abstract fun createAudioTrack(): AudioStreamTrack?

Create audio track

Link copied to clipboard
abstract fun createScreenshareTrack(): VideoStreamTrack?
Link copied to clipboard
abstract fun createVideoTrack(): VideoStreamTrack?

Create video track

Link copied to clipboard
abstract fun dispose()
Link copied to clipboard
Link copied to clipboard
abstract fun getAudioStream(): MediaStream?
Link copied to clipboard
abstract fun getScreenshareStream(): MediaStream?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getVideoStream(): MediaStream?
Link copied to clipboard
abstract fun getVideoTrack(): VideoStreamTrack?
Link copied to clipboard
abstract fun init()
Link copied to clipboard
abstract fun onCameraClosed()
Link copied to clipboard
abstract fun resumeVideo()
Link copied to clipboard
Link copied to clipboard
abstract fun setAudioDevice(device: DyteAudioDevice)
Link copied to clipboard
abstract fun setPlatform(platform: String)
Link copied to clipboard
abstract fun setVideoDevice(device: DyteVideoDevice)
Link copied to clipboard
abstract fun stopAudio()
Link copied to clipboard
abstract fun stopVideo()
Link copied to clipboard
abstract fun switchCamera()

Switch camera