unifiedSessionId property
user_session id can change during reconnects, this helps us to identify the user across reconnects and should remain consistent until the user explicitly disconnects, is kicked or the call is ended.
Implementation
@$pb.TagNumber(18)
$core.String get unifiedSessionId => $_getSZ(17);
Implementation
@$pb.TagNumber(18)
set unifiedSessionId($core.String value) => $_setString(17, value);