waitVideoChatParticipantsInvitedEvents

suspend fun BehaviourContext.waitVideoChatParticipantsInvitedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter<ChatEventMessage<VideoChatParticipantsInvited>>? = null, mapper: EventMessageToEventMapper<VideoChatParticipantsInvited>? = null): List<VideoChatParticipantsInvited>