RtmpUrl copyWith({String? url, String? streamKey}) => RtmpUrl(url: url ?? this.url, streamKey: streamKey ?? this.streamKey);