onUserStopAudioCapture method

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

@detail callback @author dixing @brief 房间内的用户调用 stopAudioCapture{@link #RTCEngine#stopAudioCapture} 关闭音频采集时,房间内其他用户会收到此回调。 @param streamId 流 ID @param streamInfo 流信息,详见 StreamInfo{@link #StreamInfo}

Implementation

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