Canvas Streaming
Canvas Streaming allows participants to publish a view in a room. If you want a room to support canvas streaming, enable canvas streaming while creating the room by setting: {.. { canvas: true; }}
in the JSON payload.
Implementing Canvas Streaming
A client endpoint application developed using the Android Toolkit cannot initiate HTML5 canvas streaming. However, it can receive canvas streaming initiated by other client endpoint applications developed using the Web Toolkit that runs on web browsers.
For implementation details, refer to the SDK documentation for your platform: