rtcRoom$onRoomExtraInfoUpdate$value$lastUpdateUserId$lastUpdateTimeMs method
FutureOr<void>
rtcRoom$onRoomExtraInfoUpdate$value$lastUpdateUserId$lastUpdateTimeMs(
- ByteRTCGameRoom rtcRoom,
- NSString key,
- NSString value,
- NSString lastUpdateUserId,
- NSInteger lastUpdateTimeMs,
@valid since 3.52. @detail callback @author lichangfeng.rtc @brief Receive a callback when other user set extra info or when user joinRoom success and this room has room extra info. @param rtcRoom ByteRTCGameRoom instance. @param key Key of room attribute @param value Key of room attribute @param lastUpdateUserId The userId that last updated this attribute @param lastUpdateTimeMs The last time this attribute was updated, in milliseconds,unixtime style
Implementation
FutureOr<void>
rtcRoom$onRoomExtraInfoUpdate$value$lastUpdateUserId$lastUpdateTimeMs(
ByteRTCGameRoom rtcRoom,
NSString key,
NSString value,
NSString lastUpdateUserId,
NSInteger lastUpdateTimeMs) async {}