Skip to content

Commit

Permalink
delete console log
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Jan 21, 2022
1 parent 140e299 commit f8738ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/media/media.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ peerConnection.onGatheringStateChange((state) => {
let video = new nodeDataChannel.Video('video','RecvOnly');
video.addH264Codec(96);
video.setBitrate(3000);
console.log(video.mediaType);

let track = peerConnection.addTrack(video);
let session = new nodeDataChannel.RtcpReceivingSession();

Expand Down

0 comments on commit f8738ff

Please sign in to comment.