toLogString method

String toLogString()

Implementation

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