| VideoStreamStartStream Method |
Start video streaming. Can be called from either client if ALLOW_REMOTE_CAMERA_ACTIVATION is true.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool StartStream()
Public Function StartStream As Boolean
public:
bool StartStream()
member StartStream : unit -> bool
Return Value
Type:
Boolean
true if the stream was started. False if it could not be started or was already streaming
See Also