OnUserOperateMediaCaptureType typedef

OnUserOperateMediaCaptureType = void Function(String roomId, String uid)

roomId: The ID of the room where the remote user who enables/disables media capturing is in.

uid: The ID of the remote user who enables/disables media capturing.

Implementation

typedef OnUserOperateMediaCaptureType = void Function(
    String roomId, String uid);