ViewerSessionIdentity constructor
const
ViewerSessionIdentity({})
Implementation
const ViewerSessionIdentity({
required this.viewerId,
required this.roomName,
this.playbackUrl,
this.protocol,
this.token,
this.metadata = const {},
});