swapVideos

fun swapVideos(participantNameA: String, participantNameB: String)

Swaps the videos of the specified participants. It should be called once both videos are being displayed if the surfaces on which they are being rendered are to be exchanged.

Parameters

participantNameA

Name of one of the participant whose video is to be swapped.

participantNameB

Name of the other participant whose video is to be swapped.