(error: unknown)
| 716 | }) |
| 717 | ); |
| 718 | |
| 719 | const p = participant.participant; |
| 720 | return ( |
| 721 | p instanceof Api.ChannelParticipantCreator || |
| 722 | p instanceof Api.ChannelParticipantAdmin |
| 723 | ); |
| 724 | } catch (error) { |
| 725 | return false; |
no outgoing calls
no test coverage detected