(stream: MediaStream | null)
| 445 | } |
| 446 | if (kinds.includes("video")) { |
| 447 | prejoinVideoRequestGenerationRef.current += 1; |
| 448 | generation.video = prejoinVideoRequestGenerationRef.current; |
| 449 | } |
| 450 | return generation; |
| 451 | }; |
| 452 | |
| 453 | const getCurrentPrejoinMediaGeneration = (kind: PrejoinMediaKind) => |
no outgoing calls
no test coverage detected