Skip to content

Commit be7493d

Browse files
authored
Update android.md
1 parent f7397a1 commit be7493d

File tree

1 file changed

+1
-3
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

1 file changed

+1
-3
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

325323
val remoteOptions = CallCompositeRemoteOptions(
326324
locator,

0 commit comments

Comments
 (0)