OnForwardStreamEventType typedef

OnForwardStreamEventType = void Function(List<ForwardStreamEventInfo> eventInfos)

eventInfos:跨房间媒体流转发目标房间事件数组

Implementation

typedef OnForwardStreamEventType = void Function(
    List<ForwardStreamEventInfo> eventInfos);