toLogString method
Implementation
String toLogString() {
String res = "UUID:$UUID|videoSiz:$videoSize|localVideoUrl:${localVideoUrl == null ? false : true}|localSnapshotUrl:${localSnapshotUrl == null ? false : true}";
return res;
}
String toLogString() {
String res = "UUID:$UUID|videoSiz:$videoSize|localVideoUrl:${localVideoUrl == null ? false : true}|localSnapshotUrl:${localSnapshotUrl == null ? false : true}";
return res;
}