getStreamUri method
Calls getStreamUri2.
Implementation
Future<String> getStreamUri(
String profileToken, {
String protocol = 'RTSP',
}) async =>
getStreamUri2(profileToken, protocol: protocol);
Calls getStreamUri2.
Future<String> getStreamUri(
String profileToken, {
String protocol = 'RTSP',
}) async =>
getStreamUri2(profileToken, protocol: protocol);