<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SimpleUserMediaRemote](./sip.js.simpleusermediaremote.md)

## SimpleUserMediaRemote interface

Remote media elements for [SimpleUserMedia](./sip.js.simpleusermedia.md)<!-- -->.

<b>Signature:</b>

```typescript
export interface SimpleUserMediaRemote 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [audio](./sip.js.simpleusermediaremote.audio.md) | <code>HTMLAudioElement</code> | The remote audio media stream is attached to this element. |
|  [video](./sip.js.simpleusermediaremote.video.md) | <code>HTMLVideoElement</code> | The remote video media stream is attached to this element. |

