Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

attributes() and attr() with SDKv3.4

alun_a_
Beginner
476 Views

Hi,I got some problems with SDK:


1. In JavascriptSDK, LocalStream have a method to add attributes like attr(string key, string value),but ExternalStream don't have it. so,How should I add attributes to ExternalStream?


2. In windowsSDK, Stream Class have a method like Attributes() to get attributes, but don't have a method to add attributes. what should i do?
thanks very much!

0 Kudos
3 Replies
alun_a_
Beginner
476 Views

@Lei Zhai  Help,please!

0 Kudos
Jianjun_Z_Intel
Employee
476 Views

Hi alun,

Issue 1 is not implemented.

For issue 2, setting attributes to an RemoteStream is not allowed. Only LocalStream supports setting attributes.

0 Kudos
alun_a_
Beginner
476 Views

Hi Jianjun! Thanks for your help!

0 Kudos
Reply