onUserStopAudioCapture method

FutureOr<void> onUserStopAudioCapture(
  1. String streamId,
  2. StreamInfo streamInfo
)

@detail callback @author dixing @brief Users in the room call stopAudioCapture{@link #RTCEngine#stopAudioCapture} when audio capture is turned off, other users in the room will receive this callback. @param streamId Stream ID @param streamInfo Stream information, see StreamInfo{@link #StreamInfo}

Implementation

FutureOr<void> onUserStopAudioCapture(
    String streamId, StreamInfo streamInfo) async {}