Skip to content

Commit

Permalink
fix(debug): trying to debug the kick participants after 1m in iphone #2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Dec 3, 2024
1 parent c10745e commit 15ff5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/src/components/video/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@ export class VideoConference extends BaseComponent {
'video conference @ validate if in the room has host - conditions to init kick all participants timeout',
{
participantsCanBeHost,
participantListInTheStore: participantsList,
participantsOnMeeting: this.participantsOnMeeting,
kickParticipantsOnHostLeave: this.kickParticipantsOnHostLeave,
localParticipantCanBeHost: this.localParticipant?.type === ParticipantType.HOST,
kickParticipantsTimeout: KICK_PARTICIPANTS_TIMEOUT,
Expand Down

0 comments on commit 15ff5a8

Please sign in to comment.