Daniyar

Results 4 comments of Daniyar

@gunjotSinghMansa disable video codecs for Factory let factory = RTCPeerConnectionFactory()

Я написал в поддержку, служба отвечает, а разрабы нет 🤣

> Привет. У меня такая же проблема. Не удалось решить? я решил проблему костылём ``` fun updateItems(newItems: List) { val newCollection = this.mapView.mapWindow.map.mapObjects.addClusterizedPlacemarkCollection(this) for (item in newItems) { val marker...

``` extension RTCSessionDescriptionTransformable on RTCSessionDescription { VCSessionDescription get toSessionDescription { print("TYPE IN CONVERTER: ${type}"); return VCSessionDescription( sdp: sdp?.replaceAll("a=extmap-allow-mixed\r\n", ""), type: type == VCSessionDescriptionType.answer.name ? VCSessionDescriptionType.answer : VCSessionDescriptionType.offer, ); } }...