AddIceObserver

interface AddIceObserver

Interface to handle completion of addIceCandidate

Functions

Link copied to clipboard
abstract fun onAddFailure(error: String)
Called when ICE candidate addition failed.
Link copied to clipboard
abstract fun onAddSuccess()
Called when ICE candidate added successfully.