onForwardStreamEvent method

FutureOr<void> onForwardStreamEvent(
  1. Array<ForwardStreamEventInfo> eventInfos
)

@detail callback @author shenpengliang @brief 跨房间媒体流转发事件回调 @param eventInfos 跨房间媒体流转发目标房间事件数组,详见 ForwardStreamEventInfo{@link #ForwardStreamEventInfo}

Implementation

FutureOr<void> onForwardStreamEvent(
    Array<ForwardStreamEventInfo> eventInfos) async {}