Signaling constructor Null safety
options
- General signaling options.
Implementation
Signaling(Map<String, dynamic> options) {
streamName = options['streamName'];
wsUrl = options['url'];
webSocket = null;
transactionManager = null;
remoteSdp = null;
}