rtcEngine$onLoginResult$errorCode$elapsed method

FutureOr<void> rtcEngine$onLoginResult$errorCode$elapsed(
  1. ByteRTCEngine engine,
  2. NSString uid,
  3. ByteRTCLoginErrorCode errorCode,
  4. NSInteger elapsed,
)

@detail callback @author hanchenchen.c @brief Login result callback @param engine ByteRTCEngine object @param uid
Login user ID @param errorCode
Login result
See ByteRTCLoginErrorCode{@link #ByteRTCLoginErrorCode}. @param elapsed
The time it takes from calling the login:uid:{@link #ByteRTCEngine#login:uid} interface to return the result.
Is in ms. @note Receive this callback after calling login:uid:{@link #ByteRTCEngine#login:uid}.

Implementation

FutureOr<void> rtcEngine$onLoginResult$errorCode$elapsed(ByteRTCEngine engine,
    NSString uid, ByteRTCLoginErrorCode errorCode, NSInteger elapsed) async {}