Room.GetRemotePeersMediaStreamIds
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public ILookup<ulong, IEnumerable<long>> GetRemotePeersMediaStreamIds()
All ids of Media from remote peers in this room
Returns
Type | Description |
---|---|
ILookup<UInt64,IEnumerable<Int64>> | Lookup of PeerId, MediaStreamIds |