Skip to main content

odin_video_stream_create

Creates a new video input stream, which can be added to a room and send data over it.

warning

Video streams are not supported yet.

Declaration
OdinMediaStreamHandle odin_video_stream_create(void);

Returns

A handle to the created video stream. See

OdinMediaStreamHandle

for more information.

Return Type
OdinMediaStreamHandle