diff --git a/README.md b/README.md index 1f18b83..73fe368 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ import * as WebRTC from '@ceeblue/webrtc-client'; > } > } > ``` -> - To avoid potential issues with backward compatibility or problems on iOS when using `navigator.mediaDevices.getUserMedia`, we recommend including the [WebRTC adapter](https://github.com/webrtcHacks/adapter) in the final project. This often mitigates common compatibility issues on certain older devices. ### Publish a stream diff --git a/examples/player-with-timed-metadata.html b/examples/player-with-timed-metadata.html index da7a792..a5fb15d 100644 --- a/examples/player-with-timed-metadata.html +++ b/examples/player-with-timed-metadata.html @@ -22,7 +22,7 @@

WebRTC Client Timed Metadata Player Example

-