webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
RTCPeerConnection(Media) Category Reference

#import <RTCPeerConnection.h>

Instance Methods

(RTCRtpSender *) - senderWithKind:streamId:
 
(RTCRtpSender *) - senderWithKind:streamId:
 

Method Documentation

◆ senderWithKind:streamId:() [1/2]

- (RTCRtpSender *) senderWithKind: (NSString *)  kind
streamId: (NSString *)  streamId 

Create an RTCRtpSender with the specified kind and media stream ID. See RTCMediaStreamTrack.h for available kinds.

Extends class RTCPeerConnection.

◆ senderWithKind:streamId:() [2/2]

- (RTCRtpSender *) senderWithKind: (NSString *)  kind
streamId: (NSString *)  streamId 

Create an RTCRtpSender with the specified kind and media stream ID. See RTCMediaStreamTrack.h for available kinds.

Extends class RTCPeerConnection.


The documentation for this category was generated from the following file: