We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae054a commit 8fab4f6Copy full SHA for 8fab4f6
package.json
@@ -1,7 +1,7 @@
1
{
2
"homepage": "https://evgeny-nadymov.github.io/telegram-react",
3
"name": "telegram_react",
4
- "version": "0.0.988",
+ "version": "0.0.989",
5
"private": true,
6
"dependencies": {
7
"tdweb": "^1.7.2",
src/Calls/P2P/P2PSdpBuilder.js
@@ -247,11 +247,11 @@ function isSafari() {
247
248
export function addExtmap(extmap) {
249
let sdp = '';
250
- return sdp;
251
-
+ // return sdp;
252
for (let j = 0; j < extmap.length; j++) {
253
const ext = extmap[j];
254
const { id, uri } = ext;
+ console.log('[extmap] add', id, uri);
255
sdp += `
256
a=extmap:${id} ${uri}`;
257
}
0 commit comments