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