MediaStream Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | media_stream.h media_stream.mm | 
– hasVideo
	
		Test if this media stream has video.
- (BOOL)hasVideoReturn Value
True if the media stream has video, false otherwise.
Discussion
Test if this media stream has video.
Declared In
media_stream.h
– getPeerStream
	
		Return the current peer stream.
- (PeerStream *)getPeerStreamReturn Value
(PeerStream).
Discussion
Return the current peer stream.
Declared In
media_stream.h