Good day! after I start mixer and add video/audio stream. Only audio is working.
/mixer/startup
{
"hasVideo": "true",
"hasAudio": "true",
"localStreamName": "joe",
"uri": "mixer://joe"
}
mixer/add
{
"uri": "mixer://joe",
"remoteStreamName": "video"
}
Can you tell me what I am...