(sessionId: string, ownerPlatformId: string)
| 148 | updateSessionOwnerId(sessionId: string, ownerId: string | null): Promise<boolean> |
| 149 | tryApplyOwnerProfile(sessionId: string): Promise<ApplyOwnerProfileResult> |
| 150 | setOwnerAndApplyProfile(sessionId: string, ownerPlatformId: string): Promise<SetOwnerAndApplyProfileResult> |
| 151 | dismissOwnerPrompt(sessionId: string): Promise<boolean> |
| 152 | |
| 153 | // ==================== 联系人 ==================== |
no outgoing calls
no test coverage detected