(msg: SDKMessage)
| 285 | * Check if an SDKMessage indicates the session has ended |
| 286 | */ |
| 287 | export function isSessionEndMessage(msg: SDKMessage): boolean { |
| 288 | return msg.type === 'result' |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Check if an SDKResultMessage indicates success |
no outgoing calls
no test coverage detected