File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
articles/communication-services/quickstarts/ui-library/includes/get-started-call Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,6 @@ public class MainActivity extends AppCompatActivity {
192192 CommunicationTokenCredential communicationTokenCredential =
193193 new CommunicationTokenCredential (communicationTokenRefreshOptions);
194194
195- CallCompositeGroupCallLocator locator = new CallCompositeGroupCallLocator (UUID . fromString(" GROUP_CALL_ID" ));
196-
197195 final CallCompositeLocator locator = new CallCompositeGroupCallLocator (UUID . fromString(" GROUP_CALL_ID" ));
198196 final CallCompositeRemoteOptions remoteOptions =
199197 new CallCompositeRemoteOptions (locator, communicationTokenCredential, " DISPLAY_NAME" );
@@ -320,7 +318,7 @@ Initialize a `CallCompositeTeamsMeetingLinkLocator` and supply it to the `CallCo
320318
321319
322320``` kotlin
323- val locator = CallCompositeTeamsMeetingLinkLocator (" TEAMS_MEETING_LINK)
321+ val locator = CallCompositeTeamsMeetingLinkLocator (" TEAMS_MEETING_LINK" )
324322
325323val remoteOptions = CallCompositeRemoteOptions (
326324 locator,
You can’t perform that action at this time.
0 commit comments