subscribeOnCallEvents method

Stream<CallEvent> subscribeOnCallEvents()

Stream of messages about changes in calls

Implementation

Stream<CallEvent> subscribeOnCallEvents() {
  return CallClientPlatform.instance.subscribeOnCallEvents();
}