VoiceCallObserverProtocol
public protocol VoiceCallObserverProtocol: VoiceCallStateObserverProtocol,
VoiceCallConnectionQualityObserverProtocol
The client object may adopt this protocol to observe the call object content change.
To receive notification the client object should be registered at VoiceCall
object as an observer.
-
Declaration
Swift
func handleCallDataChanged(_ call: VoiceCall)