onUserStoppedSpeaking property

Stream get onUserStoppedSpeaking

Stream that emits events when the user in call stops speaking.

Implementation

Stream<dynamic> get onUserStoppedSpeaking => throw UnimplementedError(
    'onUserStoppedSpeaking has not been implemented.');