KEY_LOGIN_CUSTOM_DATA constant

NERtcParameterKey<String> const KEY_LOGIN_CUSTOM_DATA

登录扩展字段,SDK会把该字段放入getchannelInfo请求参数中的customData字段

Implementation

static const KEY_LOGIN_CUSTOM_DATA =
    NERtcParameterKey<String>('sdk.getChannelInfo.custom.data');