token property

String? get token

Returns the token of the current socket connection, specific to the Local Peer who joined the meeting

Implementation

String? get token {
  return socket.token;
}