Current we are passing the portalUri,username,password for a Send Login Event in iOS.
(VidyoClientSendEvent(VIDYO_CLIENT_IN_EVENT_LOGIN, &event, sizeof(VidyoClientInEventLogIn))
Wanting to know if passing the portalUri, roomKey, displayName, pin, clientType for
VIDYO_CLIENT_IN_EVENT_ROOM_LINK
is a similar step to start a Vidyo conference call with an iOS application? Just one is initiating or joining a room with username, passsword credintials, and the other is entering a room that has already been created?
(VidyoClientSendEvent(VIDYO_CLIENT_IN_EVENT_ROOM_LINK, &event, sizeof(VidyoClientInEventRoomLink)));