onStreamPublishSuccess method

FutureOr<void> onStreamPublishSuccess(
  1. String uid,
  2. boolean isScreen
)

@hidden for internal use only @detail callback @author shenpengliang @brief Callback when publishing stream is successful @param uid Stream publishing user's user ID @param isScreen Stream identity

Implementation

FutureOr<void> onStreamPublishSuccess(String uid, boolean isScreen) async {}