onRecvSEIMsg method

void onRecvSEIMsg(
  1. int userID,
  2. String seiMsg
)

收到远端流的 SEI 内容回调。

当远端成功发送 SEI 后,本端会收到此回调。

uid 发送 SEI 的用户 ID。

seiMsg SEI 信息

Implementation

void onRecvSEIMsg(int userID, String seiMsg) {}