WebRTCVideoCapture constructor

WebRTCVideoCapture({
  1. int senderIndex = 0,
  2. String? correlationId,
})

Implementation

WebRTCVideoCapture({
    this.senderIndex = 0,
    this.correlationId,
});