OnVideoStreamBannedType typedef

OnVideoStreamBannedType = void Function(String uid, bool banned)

uid: ID of the user of whom the published video stream is banned/unbanned.

banned: Video stream sending status.

  • true: Video stream is banned.
  • false: Video stream is unbanned.

Implementation

typedef OnVideoStreamBannedType = void Function(String uid, bool banned);