(msg: SDKMessage)
| 304 | * Check if an SDKMessage indicates the session has ended |
| 305 | */ |
| 306 | export function isSessionEndMessage(msg: SDKMessage): boolean { |
| 307 | return msg.type === 'result' |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * Check if an SDKResultMessage indicates success |
no outgoing calls
no test coverage detected