getSnapshotUri1 method
A client uses the getSnapshotUri command to obtain a JPEG snapshot from the device. The returned URI shall remain valid indefinitely even if the profile is changed.
Implementation
Future<m1.MediaUri> getSnapshotUri1(String profileToken,
{required StreamSetup streamSetup}) async =>
_mediaSupportLevel == MediaSupportLevel.one
? media1.getSnapshotUri(profileToken)
: throw NotSupportedException();