Skip to content

Commit

Permalink
sdk三期
Browse files Browse the repository at this point in the history
  • Loading branch information
WeMeeting committed Nov 29, 2024
1 parent 472b595 commit a6ab982
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 900 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import com.tencentcloudapi.wemeet.service.records.api.RecordsApi;
import com.tencentcloudapi.wemeet.service.record_intelligence.api.RecordIntelligenceApi;
import com.tencentcloudapi.wemeet.service.meeting_guest.api.MeetingGuestApi;
import com.tencentcloudapi.wemeet.service.pstn.api.PstnApi;
import com.tencentcloudapi.wemeet.service.meeting_room.api.MeetingRoomApi;
import com.tencentcloudapi.wemeet.service.layout.api.LayoutApi;

Expand All @@ -28,7 +27,6 @@ public class Client {
private RecordsApi records;
private RecordIntelligenceApi record_intelligence;
private MeetingGuestApi meeting_guest;
private PstnApi pstn;
private MeetingRoomApi meeting_room;
private LayoutApi layout;

Expand Down Expand Up @@ -118,7 +116,6 @@ public Client build() {
client.records = new RecordsApi(client.config);
client.record_intelligence = new RecordIntelligenceApi(client.config);
client.meeting_guest = new MeetingGuestApi(client.config);
client.pstn = new PstnApi(client.config);
client.meeting_room = new MeetingRoomApi(client.config);
client.layout = new LayoutApi(client.config);
return client;
Expand Down Expand Up @@ -153,10 +150,6 @@ public MeetingGuestApi meeting_guest() {
return this.meeting_guest;
}

public PstnApi pstn() {
return this.pstn;
}

public MeetingRoomApi meeting_room() {
return this.meeting_room;
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit a6ab982

Please sign in to comment.