# switchVideoFlow

Description: switch the video stream from a conference participant, if he/she is sharing content in the second stream (e.g., Binary Floor Control Protocol).

Request example:

{
    "method" : "switchVideoFlow",
    "requestId" : "1",
    "callId" : "user@some.server/InstancePart",
    "mainCamera" : false
}

Response example:

{
    "method" : "switchVideoFlow",
    "requestId" : "1",
    "result" : true
}

Parameter description:

See also: