samples
samples copied to clipboard
fix: removed await with createPeerConnection
Description The sample code for using channels includes several instances of the await keyword applied to createPeerConnection, even though the function itself is not asynchronous. As a result, the await calls have no effect and are redundant.
Purpose To enhance the overall quality and readability of the sample code.